Decipher(Byte[],Int32) Method
 
            
                In This Topic
            
            
            Decrypts a byte array in place.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Sub Decipher( _
   ByVal () As Byte, _
   ByVal  As Integer _
) 
             
        
            
            public void Decipher( 
   byte[] ,
   int 
)
             
        
             
        
            Parameters
- data
 
- The array to decrypt.
 - length
 
- The amount to decrypt.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also